projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20148d9
)
(_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
author
Dave Love
<fx@gnu.org>
Wed, 22 Nov 2000 10:37:31 +0000
(10:37 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 22 Nov 2000 10:37:31 +0000
(10:37 +0000)
src/s/sol2-5.h
patch
|
blob
|
history
diff --git
a/src/s/sol2-5.h
b/src/s/sol2-5.h
index 8b44a130149b32ea8567aff429f8ab641bb9d9cd..9931e97d375b30a4f9c705141b5acc33aca68e22 100644
(file)
--- a/
src/s/sol2-5.h
+++ b/
src/s/sol2-5.h
@@
-1,14
+1,5
@@
/* Handle Solaris 2.5. */
-/* Enable large-file support if available (Solaris 2.6 and later).
- Do this before including any system include file. */
-#ifndef _LARGEFILE_SOURCE
-#define _LARGEFILE_SOURCE 1
-#endif
-#ifndef _FILE_OFFSET_BITS
-#define _FILE_OFFSET_BITS 64
-#endif
-
#include "sol2-4.h"
/* -lgen is needed for the regex and regcmp functions